home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_1169 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-09-27  |  115 b   |  5 lines

  1. on(rollOver){
  2.    _root.price = Math.ceil(1000 * _root.moThing) + "g";
  3.    descrap = "Raises cursor strength";
  4. }
  5.